From fbb3b7f05737f9571b04b0a8f4f15c0928de8545 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 7 Jul 2025 01:43:36 +0000 Subject: (대표님) 변경사항 20250707 10시 43분 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../(engineering)/system/password-policy/page.tsx | 63 ---------------------- 1 file changed, 63 deletions(-) delete mode 100644 app/[lng]/engineering/(engineering)/system/password-policy/page.tsx (limited to 'app/[lng]/engineering/(engineering)/system/password-policy') diff --git a/app/[lng]/engineering/(engineering)/system/password-policy/page.tsx b/app/[lng]/engineering/(engineering)/system/password-policy/page.tsx deleted file mode 100644 index 0f14fefe..00000000 --- a/app/[lng]/engineering/(engineering)/system/password-policy/page.tsx +++ /dev/null @@ -1,63 +0,0 @@ -// app/admin/password-policy/page.tsx - -import * as React from "react" -import { Skeleton } from "@/components/ui/skeleton" -import { DataTableSkeleton } from "@/components/data-table/data-table-skeleton" -import { Separator } from "@/components/ui/separator" -import { Alert, AlertDescription } from "@/components/ui/alert" -import { AlertTriangle } from "lucide-react" -import SecuritySettingsTable from "@/components/system/passwordPolicy" -import { getSecuritySettings } from "@/lib/password-policy/service" - - -export default async function PasswordPolicyPage() { - try { - // 보안 설정 데이터 로드 - const securitySettings = await getSecuritySettings() - - return ( - - } - > -
-
-

협력업체 사용자 비밀번호 정책 설정

-

- 협력업체 사용자들을 위한 비밀번호 정책과 보안 설정을 관리할 수 있습니다. -

-
- - -
-
- ) - } catch (error) { - console.error('Failed to load security settings:', error) - - return ( -
-
-

협력업체 사용자 비밀번호 정책 설정

-

- 협력업체 사용자들을 위한 비밀번호 정책과 보안 설정을 관리할 수 있습니다. -

-
- - - - - 보안 설정을 불러오는 중 오류가 발생했습니다. 페이지를 새로고침하거나 관리자에게 문의하세요. - - -
- ) - } -} \ No newline at end of file -- cgit v1.2.3